Skip to main content

All Questions

12votes
3answers
22kviews

Why does Gradient Boosting regression predict negative values when there are no negative y-values in my training set?

As I increase the number of trees in scikit learn's GradientBoostingRegressor, I get more negative predictions, even though there are no negative values in my ...
user2592989's user avatar

close